if macos_enabled
gtk_sources += files([
'gtksearchenginequartz.c',
- 'gtkmountoperation-stub.c',
'gtkapplication-quartz.c',
'gtkapplication-quartz-menu.c',
'gtkfilechoosernativequartz.c',
gtk_cargs += ['-xobjective-c'] # FIXME? maybe add_languages() instead?
endif
-if not (x11_enabled or win32_enabled or macos_enabled)
+if not (x11_enabled or win32_enabled)
gtk_sources += ['gtkmountoperation-stub.c', ]
endif